home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 001 / chat.arc / CHAT.DOC < prev    next >
Text File  |  1986-12-20  |  783b  |  20 lines

  1. CHAT, John Mustain  12/20/86
  2.  
  3. CHAT is a program, written in C, that performs a single, simple task, 
  4. that of taking input from the keyboard and displaying to the screen.
  5.  
  6. Why?  For two reasons.  1st, it provides a chat function which is 
  7. missing from the popular program REMOTE.  Using CHAT, users at both 
  8. consoles can talk back and forth, which is sometimes useful.  It can be 
  9. most useful if the program being run has a DOS shell, so the program can 
  10. be temporarily exited, CHAT executed, and the program returned to.
  11.  
  12. Chat is also useful for allowing the younger kids in the house have a go 
  13. with the keyboard without worry of lousing up the system.
  14.  
  15. To run CHAT enter:
  16.  
  17.    CHAT [Enter]
  18.  
  19. and begin entering your text.  To end, use either Ctrl-C or F6 [enter].
  20.